home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / res / EditorOverride.css < prev    next >
Cascading Style Sheet File  |  2007-10-12  |  11KB  |  360 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Mozilla Public License Version
  5.  * 1.1 (the "License"); you may not use this file except in compliance with
  6.  * the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/MPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is Mozilla Communicator client code, released
  15.  * March 31, 1998.
  16.  *
  17.  * The Initial Developer of the Original Code is
  18.  * Netscape Communications Corporation.
  19.  * Portions created by the Initial Developer are Copyright (C) 1998-1999
  20.  * the Initial Developer. All Rights Reserved.
  21.  *
  22.  * Contributor(s):
  23.  *
  24.  * Alternatively, the contents of this file may be used under the terms of
  25.  * either of the GNU General Public License Version 2 or later (the "GPL"),
  26.  * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27.  * in which case the provisions of the GPL or the LGPL are applicable instead
  28.  * of those above. If you wish to allow use of your version of this file only
  29.  * under the terms of either the GPL or the LGPL, and not to allow others to
  30.  * use your version of this file under the terms of the MPL, indicate your
  31.  * decision by deleting the provisions above and replace them with the notice
  32.  * and other provisions required by the GPL or the LGPL. If you do not delete
  33.  * the provisions above, a recipient may use your version of this file under
  34.  * the terms of any one of the MPL, the GPL or the LGPL.
  35.  *
  36.  * ***** END LICENSE BLOCK ***** */
  37.  
  38. /* Styles to alter look of things in the Editor content window 
  39.  *  that should NOT be removed when we display in completely WYSIWYG 
  40.  *  "Browser Preview" mode.
  41.  *  Anything that should change, like appearance of table borders
  42.  *  and Named Anchors, should be placed in EditorContent.css instead of here.
  43. */
  44.  
  45. /* Primary cursor is text I-beam */
  46.  
  47. ::-moz-canvas, a:link {
  48.   cursor: text;
  49. }
  50.  
  51. /* Use default arrow over objects with size that 
  52.    are selected when clicked on.
  53.    Override the browser's pointer cursor over links
  54. */
  55.  
  56. img, img[usemap], area,
  57. object, object[usemap], 
  58. applet, hr, button, input, isindex, textarea, select,
  59. a:link img, a:visited img, a:active img,
  60. a[name]:-moz-only-whitespace {
  61.   cursor: default;
  62. }
  63.  
  64. a:visited, a:active {
  65.   cursor: text;
  66.   color : inherit;
  67. }
  68.  
  69. /* Prevent clicking on links from going to link */
  70. a:link img, a:visited img {
  71.   -moz-user-input: none;
  72. }
  73.  
  74. /* We suppress user/author's prefs for link underline, 
  75.    so we must set explicitly. This isn't good!
  76. */
  77. a:link {
  78.   text-decoration: underline -moz-anchor-decoration;
  79.   color: -moz-hyperlinktext;
  80. }
  81.  
  82. /* Allow double-clicks on these widgets to open properties dialogs
  83.    XXX except when the widget has disabled attribute */
  84. input, button, textarea {
  85.   -moz-user-select: all !important;
  86.   -moz-user-input: auto !important;
  87.   -moz-user-focus: none !important;
  88. }
  89.  
  90. /* XXX Still need a better way of blocking other events to these widgets */
  91. select, input[disabled], input[type="checkbox"], input[type="radio"], input[type="file"] {
  92.   -moz-user-select: all !important;
  93.   -moz-user-input: none !important;
  94.   -moz-user-focus: none !important;
  95. }
  96.  
  97. isindex[prompt]
  98. {
  99.   -moz-user-select: none !important;
  100.   -moz-user-input: none !important;
  101.   -moz-user-focus: none !important;
  102. }
  103.  
  104. input[type="hidden"] {
  105.   border: 1px solid black !important;
  106.   visibility: visible !important;
  107. }
  108.  
  109. label {
  110.     -moz-user-select: all !important;
  111. }
  112.  
  113. ::-moz-display-comboboxcontrol-frame {
  114.   -moz-user-select: text !important;
  115. }
  116.  
  117. option {
  118.   -moz-user-select: text !important;
  119. }
  120.  
  121. #mozToc.readonly {
  122.   -moz-user-select: all !important;
  123.   -moz-user-input: none !important;
  124. }
  125.  
  126. /* the following rules are for Image Resizing */
  127.  
  128. span[\_moz_anonclass="mozResizer"] {
  129.   width: 5px;
  130.   height: 5px;
  131.   position: absolute;
  132.   border: 1px black solid;
  133.   background-color: white;
  134.   -moz-user-select: none;
  135.   z-index: 2147483646; /* max value -1 for this property */
  136. }
  137.  
  138. /* we can't use :active below */
  139. span[\_moz_anonclass="mozResizer"][\_moz_activated],
  140. span[\_moz_anonclass="mozResizer"]:hover {
  141.   background-color: black;
  142. }
  143.  
  144. span[\_moz_anonclass="mozResizer"].hidden,
  145. span[\_moz_anonclass="mozResizingShadow"].hidden,
  146. img[\_moz_anonclass="mozResizingShadow"].hidden,
  147. span[\_moz_anonclass="mozGrabber"].hidden,
  148. span[\_moz_anonclass="mozResizingInfo"].hidden,
  149. a[\_moz_anonclass="mozTableRemoveRow"].hidden,
  150. a[\_moz_anonclass="mozTableRemoveColumn"].hidden {
  151.   display: none !important;
  152. }
  153.  
  154. span[\_moz_anonclass="mozResizer"][anonlocation="nw"] {
  155.   cursor: nw-resize;
  156. }
  157. span[\_moz_anonclass="mozResizer"][anonlocation="n"] {
  158.   cursor: n-resize;
  159. }
  160. span[\_moz_anonclass="mozResizer"][anonlocation="ne"] {
  161.   cursor: ne-resize;
  162. }
  163. span[\_moz_anonclass="mozResizer"][anonlocation="w"] {
  164.   cursor: w-resize;
  165. }
  166. span[\_moz_anonclass="mozResizer"][anonlocation="e"] {
  167.   cursor: e-resize;
  168. }
  169. span[\_moz_anonclass="mozResizer"][anonlocation="sw"] {
  170.   cursor: sw-resize;
  171. }
  172. span[\_moz_anonclass="mozResizer"][anonlocation="s"] {
  173.   cursor: s-resize;
  174. }
  175. span[\_moz_anonclass="mozResizer"][anonlocation="se"] {
  176.   cursor: se-resize;
  177. }
  178.  
  179. span[\_moz_anonclass="mozResizingShadow"],
  180. img[\_moz_anonclass="mozResizingShadow"] {
  181.   outline: thin dashed black;
  182.   -moz-user-select: none;
  183.   opacity: 0.5;
  184.   position: absolute;
  185.   z-index: 2147483647; /* max value for this property */
  186. }
  187.  
  188. span[\_moz_anonclass="mozResizingInfo"] {
  189.   font-family: sans-serif;
  190.   font-size: x-small;
  191.   color: black;
  192.   background-color: #d0d0d0;
  193.   border: ridge 2px #d0d0d0;
  194.   padding: 2px;
  195.   position: absolute;
  196.   z-index: 2147483647; /* max value for this property */
  197. }
  198.  
  199. img[\_moz_resizing] {
  200.   outline: thin solid black;
  201. }
  202.  
  203. *[\_moz_abspos] {
  204.   outline: silver ridge 2px;
  205.   z-index: 2147483645 !important; /* max value -2 for this property */
  206. }
  207. *[\_moz_abspos="white"] {
  208.   background-color: white !important;
  209. }
  210. *[\_moz_abspos="black"] {
  211.   background-color: black !important;
  212. }
  213.  
  214. span[\_moz_anonclass="mozGrabber"] {
  215.   outline: ridge 2px silver;
  216.   padding: 2px;
  217.   position: absolute;
  218.   width: 12px;
  219.   height: 12px;
  220.   background-image: url("resource:/res/grabber.gif");
  221.   background-repeat: no-repeat;
  222.   background-position: center center;
  223.   -moz-user-select: none;
  224.   cursor: move;
  225. }
  226.  
  227. /* INLINE TABLE EDITING */
  228.  
  229. a[\_moz_anonclass="mozTableAddColumnBefore"] {
  230.   position: absolute;
  231.   z-index: 2147483647; /* max value for this property */
  232.   text-decoration: none !important;
  233.   border: none 0px !important;
  234.   width: 4px;
  235.   height: 8px;
  236.   background-image: url("resource:/res/table-add-column-before.gif");
  237.   background-repeat: no-repeat;
  238.   background-position: center center;
  239.   -moz-user-select: none !important;
  240.   -moz-user-focus: none !important;
  241. }
  242.  
  243. a[\_moz_anonclass="mozTableAddColumnBefore"]:hover {
  244.   background-image: url("resource:/res/table-add-column-before-hover.gif");
  245. }
  246.  
  247. a[\_moz_anonclass="mozTableAddColumnBefore"]:active {
  248.   background-image: url("resource:/res/table-add-column-before-active.gif");
  249. }
  250.  
  251. a[\_moz_anonclass="mozTableAddColumnAfter"] {
  252.   position: absolute;
  253.   z-index: 2147483647; /* max value for this property */
  254.   text-decoration: none !important;
  255.   border: none 0px !important;
  256.   width: 4px;
  257.   height: 8px;
  258.   background-image: url("resource:/res/table-add-column-after.gif");
  259.   background-repeat: no-repeat;
  260.   background-position: center center;
  261.   -moz-user-select: none !important;
  262.   -moz-user-focus: none !important;
  263. }
  264.  
  265. a[\_moz_anonclass="mozTableAddColumnAfter"]:hover {
  266.   background-image: url("resource:/res/table-add-column-after-hover.gif");
  267. }
  268.  
  269. a[\_moz_anonclass="mozTableAddColumnAfter"]:active {
  270.   background-image: url("resource:/res/table-add-column-after-active.gif");
  271. }
  272.  
  273. a[\_moz_anonclass="mozTableRemoveColumn"] {
  274.   position: absolute;
  275.   z-index: 2147483647; /* max value for this property */
  276.   text-decoration: none !important;
  277.   border: none 0px !important;
  278.   width: 8px;
  279.   height: 8px;
  280.   background-image: url("resource:/res/table-remove-column.gif");
  281.   background-repeat: no-repeat;
  282.   background-position: center center;
  283.   -moz-user-select: none !important;
  284.   -moz-user-focus: none !important;
  285. }
  286.  
  287. a[\_moz_anonclass="mozTableRemoveColumn"]:hover {
  288.   background-image: url("resource:/res/table-remove-column-hover.gif");
  289. }
  290.  
  291. a[\_moz_anonclass="mozTableRemoveColumn"]:active {
  292.   background-image: url("resource:/res/table-remove-column-active.gif");
  293. }
  294.  
  295. a[\_moz_anonclass="mozTableAddRowBefore"] {
  296.   position: absolute;
  297.   z-index: 2147483647; /* max value for this property */
  298.   text-decoration: none !important;
  299.   border: none 0px !important;
  300.   width: 8px;
  301.   height: 4px;
  302.   background-image: url("resource:/res/table-add-row-before.gif");
  303.   background-repeat: no-repeat;
  304.   background-position: center center;
  305.   -moz-user-select: none !important;
  306.   -moz-user-focus: none !important;
  307. }
  308.  
  309. a[\_moz_anonclass="mozTableAddRowBefore"]:hover {
  310.   background-image: url("resource:/res/table-add-row-before-hover.gif");
  311. }
  312.  
  313. a[\_moz_anonclass="mozTableAddRowBefore"]:active {
  314.   background-image: url("resource:/res/table-add-row-before-active.gif");
  315. }
  316.  
  317. a[\_moz_anonclass="mozTableAddRowAfter"] {
  318.   position: absolute;
  319.   z-index: 2147483647; /* max value for this property */
  320.   text-decoration: none !important;
  321.   border: none 0px !important;
  322.   width: 8px;
  323.   height: 4px;
  324.   background-image: url("resource:/res/table-add-row-after.gif");
  325.   background-repeat: no-repeat;
  326.   background-position: center center;
  327.   -moz-user-select: none !important;
  328.   -moz-user-focus: none !important;
  329. }
  330.  
  331. a[\_moz_anonclass="mozTableAddRowAfter"]:hover {
  332.   background-image: url("resource:/res/table-add-row-after-hover.gif");
  333. }
  334.  
  335. a[\_moz_anonclass="mozTableAddRowAfter"]:active {
  336.   background-image: url("resource:/res/table-add-row-after-active.gif");
  337. }
  338.  
  339. a[\_moz_anonclass="mozTableRemoveRow"] {
  340.   position: absolute;
  341.   z-index: 2147483647; /* max value for this property */
  342.   text-decoration: none !important;
  343.   border: none 0px !important;
  344.   width: 8px;
  345.   height: 8px;
  346.   background-image: url("resource:/res/table-remove-row.gif");
  347.   background-repeat: no-repeat;
  348.   background-position: center center;
  349.   -moz-user-select: none !important;
  350.   -moz-user-focus: none !important;
  351. }
  352.  
  353. a[\_moz_anonclass="mozTableRemoveRow"]:hover {
  354.   background-image: url("resource:/res/table-remove-row-hover.gif");
  355. }
  356.  
  357. a[\_moz_anonclass="mozTableRemoveRow"]:active {
  358.   background-image: url("resource:/res/table-remove-row-active.gif");
  359. }
  360.